home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / default / linux-restricted-modules-common < prev    next >
Encoding:
Text File  |  2006-10-19  |  868 b   |  19 lines

  1. # This file is sourced from the linux-restricted-modules-common init
  2. # script and is used to disable the link-on-boot feature, one module
  3. # at a time.  This can be useful if you want to use hand-compiled
  4. # versions of one or more modules, but keep linux-restricted-modules
  5. # installed on your system, or just to disable modules you don't use
  6. # and speed up your boot process by a second or two.
  7. #
  8. # Use a space-separated list of modules you wish to not have linked
  9. # on boot.  The following example shows a (condensed) list of all
  10. # modules shipped in the linux-restricted-modules packages:
  11. #
  12. # DISABLED_MODULES="ath_hal fc fglrx ltm nv"
  13. #
  14. # Note that disabling "fc" disables all fcdsl drivers, "ltm" disables
  15. # ltmodem and ltserial, and "nv" disables both the nvidia drivers.
  16. # You can also name each module individually, if you prefer a subset.
  17.  
  18. DISABLED_MODULES=""
  19.